| WebTimeControl Xojo Web control |
|
WebTimeControl Class
A time picker control for Xojo web projects.

You need to drag into your project the following files to use the WebTimeControl:
DatePickerBoxStyle.xojo_binary_code
timepicker.js
timepickerstyle.css
TimePickerBoxStyle.xojo_binary_code
Do not rename the timepicker.js, timepickerstyle.css or TimePickerBoxStyle.xojo_binary_code, their names must be timepicker and timepickerstyle once their inside the Xojo solution.
WebControlWrapper
WebTimeControl
class WebTimeControl
Properties
AMDesignator | Property to set the localization for the AM Designator. |
Is24HourMode | If set to true then 24 hour time will be used without any AM and PM designators. |
MinuteStepSize | Sets the minute step size. |
OverflowMinutes | If set to true then minutes will overflow and affect the hour when passing over their max or min value. |
PMDesignator | Property to set the localization for the PM Designator. |
TimeValue | Use this property to set or get the time of the control. |
Events
SetupParams | This even is fired to allow you to set Localization parameters on runtime. This event is only place their properties can be called at runtime. |
SetupTimePickerBoxStyle | This even is fired to give you chance to supply your own style sheet for the Picker box (The control that is on the screen before you click to go in drop down mode) |
Shown | The browser has finished loading or reloading the control. |
ValueChanged | This event is fired when a portion or all of the time changes in the control. |